Holds the information about a try to import data sources. More...
Public Member Functions | |
ExporterLoadResult () | |
~ExporterLoadResult () | |
Public Attributes | |
Node * | _tree |
ExportError | _error |
Holds the information about a try to import data sources.
If the import was successful, it will hold the parsed tree. If there was a failure, it will hold an error flagged as active and filled with related information.
nkExport::ExporterLoadResult::ExporterLoadResult | ( | ) |
Default constructor.
nkExport::ExporterLoadResult::~ExporterLoadResult | ( | ) |
Destructor.
Node* nkExport::ExporterLoadResult::_tree |
The resulting parsed tree, if successful. This structure has ownership over the pointer and will delete it when its destructor is called.
ExportError nkExport::ExporterLoadResult::_error |
The parsing error filled with information, if any.